home *** CD-ROM | disk | FTP | other *** search
/ Compendium Deluxe 1 / LSD Compendium Deluxe 1.iso / a / programming / assembly / coppers.lha / CopperDemo5.s < prev    next >
Encoding:
Text File  |  1993-09-25  |  80 b   |  8 lines

  1. loop:
  2.     move.w     $dff006,$dff180
  3.     btst    #6,$bfe001
  4.     bne.b    loop
  5.     moveq    #0,d0
  6.     rts
  7.     
  8.